table of contents
sane-canon_dr(5) | SANE Scanner Access Now Easy | sane-canon_dr(5) |
NAME¶
sane-canon_dr - SANE backend for Canon DR-series scanners
DESCRIPTION¶
The sane-canon_dr library implements a SANE (Scanner Access Now Easy) backend which provides access to some Canon DR-series scanners.
This document describes backend version 57, which shipped with SANE 1.0.28.
SUPPORTED HARDWARE¶
This version has only been tested with a few scanner models. Please see http://www.sane-project.org/sane-supported-devices.html for the most recent list.
This backend may support other Canon scanners. The best way to determine level of support is to test the scanner directly, or to collect a trace of the windows driver in action. Please contact the author for help or with test results.
In general, the larger machines (DR-4000 and up) which have been tested use a fairly complete protocol, with hardware support for many modes, resolutions and features. The smaller machines have many limitations, like missing horizontal resolutions, missing binary mode, always scanning full-width, etc. There is code in the backend to address these problems, but there seems to be no way to detect if they are required, so they must be hard-coded.
OPTIONS¶
Effort has been made to expose most hardware options, including:
- --source Flatbed|ADF Front|ADF Back|ADF Duplex
- Selects the source for the scan.
- --mode Lineart|Halftone|Gray|Color
- Selects the mode for the scan.
- --resolution
- Controls scan resolution.
- --tl-x, --tl-y, --br-x, --br-y
- Sets scan area upper left and lower right coordinates. These are renamed -t, -l, -x, -y by some frontends.
- --page-width, --page-height
- Sets paper size. Used by scanner to determine centering of scan coordinates when using ADF and to detect double feed errors.
Other options will be available based on the capabilities of the scanner: enhancement, compression, buttons and sensors, etc.
Additionally, several 'software' options are exposed by the backend. These are reimplementations of features provided natively by larger scanners, but running on the host computer. This enables smaller machines to have similar capabilities. Please note that these features are somewhat simplistic, and may not perform as well as the native implementations. Note also that these features all require that the driver cache the entire image in memory. This will almost certainly result in a reduction of scanning speed.
- --swcrop
- Requests the driver to detect the extremities of the paper within the larger image, and crop the empty edges.
- --swdeskew
- Requests the driver to detect the rotation of the paper within the larger image, and counter the rotation.
- --swdespeck X
- Requests the driver to find and remove dots of X diameter or smaller from
the image, and fill the space with the average surrounding color.
Use 'scanimage --help' to get a list, but be aware that some options may be settable only when another option has been set, and that advanced options may be hidden by some frontend programs.
CONFIGURATION FILE¶
The configuration file canon_dr.conf is used to tell the backend how to look for scanners, and provide options controlling the operation of the backend. This file is read each time the frontend asks the backend for a list of scanners, generally only when the frontend starts. If the configuration file is missing, the backend will fail to run.
Scanners can be specified in the configuration file in 4 ways:
"scsi CANON DR"
"scsi /dev/sg0" (or other scsi device file)
"usb 0x04a9 0x1603" (or other vendor/product ids)
"usb /dev/usb/scanner0" (or other device file)
Besides the 'scsi' and 'usb' lines, the configuration file supports the following 'option' lines:
"option buffer-size [number of bytes]"
Note: The backend does not place an upper bound on this value, as some users required it to be quite large. Values above the default are not recommended, and may crash your OS or lockup your scsi card driver. You have been warned.
"option vendor-name [string of text]"
"option model-name [string of text]"
"option version-name [string of text]"
"option padded-read [0|1]"
"option duplex-offset [integer]"
NOTE: They only apply to scanners discovered by the next 'scsi/usb' line.
ENVIRONMENT¶
The backend uses a single environment variable, SANE_DEBUG_CANON_DR, which enables debugging output to stderr. Valid values are:
10 Function trace
15 Function detail
20 Option commands
25 SCSI/USB trace
30 SCSI/USB detail
35 Useless noise
KNOWN ISSUES¶
This backend was entirely reverse engineered from usb traces of the proprietary driver. Various advanced features of the machines may not be enabled. Many machines have not been tested. Their protocol is unknown.
CREDITS¶
The various authors of the sane-fujitsu(5) backend provided
useful code.
Yabarana Corp. www.yabarana.com provided significant funding.
EvriChart, Inc. www.evrichart.com provided funding and loaned
equipment.
Canon, USA. www.usa.canon.com loaned equipment.
HPrint hprint.com.br provided funding and testing for DR-2510 support.
Stone-IT www.stone-it.com provided funding for DR-2010 and DR-2050
support.
Gerhard Pfeffer provided access and testing for P-208 and P-215.
Special thanks to: Alejandro Imass, Andre Shimakawa, Martijn van Brummelen,
Thanos Diacakis and Junren Shi for testing and feedback.
SEE ALSO¶
AUTHOR¶
m. allan noah: <kitno455 a t gmail d o t com>.
31 Aug 2015 |